object Tipform: TTipform Left = 306 Top = 226 BorderStyle = bsDialog Caption = 'EarMaster' ClientHeight = 76 ClientWidth = 318 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 10 Top = 7 Width = 19 Height = 28 Picture.Data = {} end object Label1: TLabel Left = 36 Top = 7 Width = 273 Height = 35 Constraints.MaxWidth = 273 Constraints.MinHeight = 35 Constraints.MinWidth = 273 WordWrap = True end object Bevel1: TBevel Left = 10 Top = 40 Width = 301 Height = 10 Shape = bsTopLine end object CheckBox1: TCheckBox Left = 10 Top = 50 Width = 283 Height = 13 Caption = 'Hide this tip' TabOrder = 0 end object Button1: TButton Left = 250 Top = 50 Width = 61 Height = 20 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 1 end end